home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-02-26 | 959 b | 26 lines | [TEXT/ttxt] |
- //
- // PopUpMenuSelectWithCurFont demonstrates which low memory globals
- // (and possibly even nastier things) one must twiddle in order to
- // control the font used by MDEF 0 during PopUpMenuSelect. Note that
- // aside from the compatibility code associated with HOSTED_BY_FONT_MISCREANT,
- // this code roughly parallels what the popup menu CDEF (ID 63) does.
- // If at all possible you should make use of the CDEF, because when
- // Engineering breaks the low memory trick, we can fix the CDEF, but
- // we can't fix your code.
- //
- // Complaints and kudos to:
- //
- // Pete Gontier
- // Apple Macintosh Developer Technical Support
- // <gurgle@apple.com>
- //
- // Change history:
- //
- // 03/25/96 PG Was calling DeleteMenu with magic number.
- //
- // 03/25/96 PG Fixed bizarre menu bar offset problem.
- // Thanks to Harold Ekstrom.
- //
- // 02/26/97 PG Somehow the files on the CD had become
- // confused. Verified everything still works.
- //